remove

function remove(key: K): V

Remove an entry from this map.

Return

the value of the removed entry

Since

0.6.0

Parameters

key

the key of the entry to remove

Throws

exception

if the key is not found in the map